FrameStartedLoadingEvent

data class FrameStartedLoadingEvent(frameId: FrameId) : Event

Fired when frame has started loading.

Constructors

FrameStartedLoadingEvent
Link copied to clipboard
fun FrameStartedLoadingEvent(frameId: FrameId)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame that has started loading.

Sources

jvm source
Link copied to clipboard